Skip to content

feat: add oCIS 8.1.0-rc.2 image (release candidate, exact tag only)#21

Draft
DeepDiver1975 wants to merge 1 commit into
masterfrom
feat/ocis-8.1.0-rc.2
Draft

feat: add oCIS 8.1.0-rc.2 image (release candidate, exact tag only)#21
DeepDiver1975 wants to merge 1 commit into
masterfrom
feat/ocis-8.1.0-rc.2

Conversation

@DeepDiver1975

Copy link
Copy Markdown
Contributor

Summary

owncloud/ocis will soon tag 8.1.0-rc.2. This adds it to the release build matrix so CI builds and publishes owncloud/ocis:8.1.0-rc.2 once the upstream v8.1.0-rc.2 git tag exists.

  • Adds the RC entry to .github/workflows/main.yml with no floating tags (extra-tags: ""). 8.1/8/latest track the latest stable release and must not be repointed at unreleased RC code, nor race the stable 8.0.5 entry for the 8 tag.
  • Published tags for the RC: 8.1.0-rc.2 and the date-qualified 8.1.0-rc.2-YYYYMMDD.
  • Uses upstream's dotted RC convention (v8.1.0-rc.2), consistent with every prior oCIS RC tag and the previous 8.1.0-rc.1 entry.
  • Documents the tag in the README Supported Tags table.

Notes

Upstream has not yet tagged v8.1.0-rc.2 (only v8.1.0-rc.1 exists at time of writing). This PR prepares the matrix entry ahead of the tag — the master build will only go green once owncloud/ocis publishes it. pull_request builds do not push, so opening this PR is safe.

v8/.trivyignore is intentionally untouched; any new unfixable CVEs can be added once the upstream tag is published and CI scans the image.

Verification

  • editorconfig lint passes (no trailing whitespace, final newline present).
  • Diff confirms the RC entry carries extra-tags: "" and the stable 8.0.5 entry is unchanged.
  • Post-merge (after upstream tags): Build → Trivy → smoke test (status.php .productversion == 8.1.0-rc.2) → push.

🤖 Generated with Claude Code

owncloud/ocis will soon tag 8.1.0-rc.2. Add it to the build matrix so CI
builds and publishes owncloud/ocis:8.1.0-rc.2 once the upstream git tag
exists.

The RC carries no floating tags (extra-tags: ""): 8.1/8/latest track the
latest stable release and must not be repointed at unreleased RC code.
Only 8.1.0-rc.2 and the date-qualified 8.1.0-rc.2-YYYYMMDD tags are
published. The version uses upstream's dotted convention (v8.1.0-rc.2).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
@DeepDiver1975 DeepDiver1975 marked this pull request as draft June 23, 2026 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant